TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
Gbp-Pq: Name Version_2_7_2pre34
then :
enableval=$enable_aslr; enable_aslr=$enableval
else case e in #(
- e) enable_asrl="yes" ;;
+ e) enable_aslr="yes" ;;
esac
fi
add_args_to_ldflags -no-pie -Wl,-z,relro # -Wl,-z,lazy
AC_ARG_ENABLE([aslr],[ --disable-aslr will ensure reproducible builds and/or work around absent no-pie],
- [enable_aslr=$enableval],[enable_asrl="yes"])
+ [enable_aslr=$enableval],[enable_aslr="yes"])
AC_MSG_CHECKING([whether aslr must be disabled due to absent -no-pie])
if ! echo $LDFLAGS |grep -q -w '\-no\-pie'; then
-"Version_2_7_2pre33"
+"Version_2_7_2pre34"